home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 33
/
Aminet 33 - October 1999.iso
/
Aminet
/
dev
/
asm
/
Tandem.lha
/
Tandem
/
Teaching
/
9.asm
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1999-08-21
|
291 b
|
10 lines
* 9.asm Jump about version 0.00 1.9.97
move.l #20,D0 ;long move to d0, the value 20
cmp.l #20,D0 ;long compare to d0, the value 20
beq Aeq20 ;go if equal (BEQ stands for "branch if equal")
Ane20:
rts ;else, return (NE)
Aeq20:
rts ;return (EQ)